object frmTMLTools: TfrmTMLTools Left = 148 Top = 209 Width = 435 Height = 384 Caption = 'TML Widgets Copyright Winflex Data Solutions 1996.' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 TextHeight = 16 object Memo1: TMemo Left = 0 Top = 0 Width = 427 Height = 297 Align = alClient BorderStyle = bsNone Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 297 Width = 427 Height = 41 Align = alBottom TabOrder = 1 object BitBtn1: TBitBtn Left = 98 Top = 6 Width = 89 Height = 30 Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 Kind = bkCancel Style = bsNew end object BitBtn2: TBitBtn Left = 7 Top = 6 Width = 89 Height = 30 Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 1 Kind = bkOK Style = bsNew end end object MainMenu1: TMainMenu Left = 1 Top = 1 object Edit1: TMenuItem Caption = '&Edit' object Cut1: TMenuItem Caption = 'Cu&t' OnClick = Cut1Click end object Copy1: TMenuItem Caption = '&Copy' OnClick = Copy1Click end object Paste1: TMenuItem Caption = '&Paste' OnClick = Paste1Click end object SelectAll1: TMenuItem Caption = '&Select All' OnClick = SelectAll1Click end end object Format1: TMenuItem Caption = 'For&mat' object Font1: TMenuItem Caption = '&Font...' OnClick = Font1Click end end end object OpenDialog1: TOpenDialog Filter = 'International Ini Files (*.Ini)|*.Ini' Options = [ofOverwritePrompt, ofPathMustExist, ofFileMustExist] Title = 'Open International File' Left = 1 Top = 29 end object SaveDialog2: TSaveDialog Filter = 'International Ini Files (*.Ini)|*.ini' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist] Title = 'Save International Ini' Left = 29 Top = 1 end object FontDialog1: TFontDialog Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 29 Top = 29 end end